home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / pyshared / nevow / livetest.css < prev    next >
Cascading Style Sheet File  |  2005-07-11  |  437b  |  34 lines

  1.  
  2. body { margin: 0px; }
  3.  
  4. table { table-layout: fixed; }
  5.  
  6. th { text-align: left; }
  7.  
  8. td { overflow: hidden; white-space: nowrap; }
  9.  
  10. #testprogress {
  11.     width: 300px;
  12. }
  13.  
  14. .test-passes {
  15.     background-color: rgb(26, 198, 64);
  16. }
  17.  
  18. .test-failures {
  19.     background-color: rgb(241, 12, 20);
  20. }
  21.  
  22. #testresults {
  23.     width: 300px;
  24. }
  25.  
  26. #testframe {
  27.     position: fixed;
  28.     top: 0px;
  29.     left: 300px;
  30.     right: 0px;
  31.     bottom: 0px;
  32.     border: 0px;
  33. }
  34.